home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 01536_Script_Bribe If-You-DON'T-Pay Script < prev    next >
Text File  |  1995-05-21  |  490b  |  19 lines

  1. on exitFrame
  2.   global length, snap1, snap2, theStopFrame, whichOutCome
  3.   
  4.   if the movieTime of sprite 48 >= length then
  5.     set the loch of sprite 3 to 1000
  6.     set the locv of sprite 3 to 1000
  7.     puppetsprite 48, false
  8.     
  9.     updatestage
  10.     set the movietime of sprite 48 to 0
  11.     set the sound of cast¼
  12.  string(the name of cast value(the castNum of sprite 48)) to 0
  13.     updateStage
  14.     puppetsound 0
  15.     go frame whichOutcome
  16.     exit
  17.   end if
  18.   go to the frame
  19. end